﻿@charset "utf-8";
/* CSS Document */


.footer{
	background-color:#3e3e3e;
	padding-top:60px;
	}	
.footer .top{
	overflow:hidden;
	margin-bottom:50px;
	}
.footer .top .text{
	width:100%;
	padding-bottom:40px;
	overflow:hidden;
	}
.footer .top .text .title{
	float:left;
	}
.footer .top h1{
	color:#ffd632;
	font-size:24px;
	margin-bottom:5px;
	}
.footer .top span{
	color:#ffd632;
	font-size:12px;
	display:block;
	}	
.footer .top p{
	color:#a1a1a1!important;
	font-size:14px;
	line-height:26px;
	}	
.footer	.top .share{
	padding:40px 0;
	}
.footer	.top .share>a{
	float:left;
	margin-right:20px;
	}
.footer	.top .share .wxchild{
	position: relative;
	}
.footer	.top .share .childCode{
	display:none;    
	background: url("/Templates/cn2014/images/footCodeBg.png") no-repeat left top;
    background-size: 151px 166px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 151px;
    height: 166px;
    margin-left: -75px;
    text-align: center;
	}
.footer	.top .share .wxchild:hover .childCode{
	display:block;
	}	
.footer	.top .share .qq_wap{
	display:none;
	}

.footer	.top .foot_nav{
	overflow:hidden;
	margin-top:10px;
	float:right;
	}	
.footer	.top .foot_nav li{
	float:left;
	margin-right:60px;
	}
.footer	.top .foot_nav li:last-child{
	margin-right:0;
	}
.footer	.top .foot_nav li a{
	color:#a1a1a1;
	display:block;
	text-align:center;
	font-size:14px;
	line-height:24px;
	}
.footer	.top .foot_nav li a:hover{
	color:#ffb82b;
	transition: all 0.4s linear;
	}
	
.footer	.top form{
	width:55%;
	margin-left:5%;
	float:left;
	margin-top:8px;
	}
.footer	.top form input {
	line-height:25px;
    outline: none;
    width: calc(100%/3 - 21px);
    height: 25px;
    color: #a1a1a1;
	float:left;
    font-size: 14px;
	border:none;
    border: 1px solid #6d6d6d;
	border-radius:0;
	padding-left:5px;
    background: none;
    margin-right: 21px;
    font-family: "微软雅黑";
}
.footer	.top form textarea {
    clear: both;
	border: 1px solid #6d6d6d;
    height: 50px;
    background: none;
    resize: none;
    outline: none;
    color: #a1a1a1;
    font-size: 14px;
    padding-top: 5px;
	margin-top:10px;
	padding-left:5px;
    width: calc(100% - 7px);
    font-family: "微软雅黑";
}
.footer	.top form .inputsub {
	border:none;
	border-radius:0;
	background-color:#9f9f9f;
    color: #333;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    height: 30px;
    display: block;
	font-weight:bold;
	cursor:pointer;
}
.footer	.top form .inputsub:hover{
	background-color:#ffb82b;
	opacity:1;
	color:#fff;
	transition: all 0.4s linear;
	}
.footer	.top .head{
	display:none;
	opacity:0;
	}
.footer	.top .head .title h1{
	color:#a1a1a1;
	}	
.footer	.bottom{ 
	border-top:1px solid #7e7e7e;
	}
.footer	.bottom p{
	text-align:center;
	color:#a1a1a1;
	line-height:50px;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
	}
.footer	.bottom p a{
	color:#6d6d6d;
	}
.footer	.bottom p a:hover{
	color:#e5e5e5;
	transition: all 0.4s linear;
	}
.footer .top .left{
	float:left;
	width:24%;
	}
.footer .top .right{
	float:right;
	width:10%;
	max-width:104px;
	margin-top:18px;
	}